home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / tutorii.zip / DEL.DAT < prev    next >
Text File  |  1991-11-29  |  490b  |  16 lines

  1. Explanation of the DEL (ERASE) command. 
  2. It is INTERNAL.
  3. This command lets you erase one or more 
  4. files in a directory.
  5. Example:
  6.        To erase the Test.Bat file on drive A 
  7.        and be asked for confirmation before 
  8.        erasing this file you just type:
  9.           del a:test.bat
  10.        
  11.        To delete a whole group of files in the 
  12.        same directory  you just type:
  13.          del a:*.*
  14.        Del will ask for confirmation on this 
  15.        command automatically.
  16.